home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / PPCSmallTalk / prelude / larray.st < prev    next >
Encoding:
Text File  |  1986-10-19  |  175 b   |  9 lines

  1. Class ArrayedCollection
  2. " This is just a null version of ArrayedCollection to serve as a place
  3. holder until the real version is read in during the prelude "
  4. [
  5.     nothing
  6.         1
  7. ]
  8.  
  9.